@charset "utf-8";

/* CSS Document */
@media screen and (max-width:900px){
* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	-webkit-text-size-adjust: none;
}
em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
body {
	font-size: .28rem;
	color: #333;
	font-family:"微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
form {
	display: inline-block;
}
ul,
ol {
	list-style: none;
}
a {
	color: #666;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}
textarea::-webkit-input-placeholder{
	font-family: "微软雅黑";
	color: #999;
}
/*去掉右下角斜线*/
textarea {
	resize: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}
input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28rem;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
input::-webkit-input-placeholder {
	color: #999;
}
input:-moz-placeholder {
	color: #999;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; }
input[type="number"]{-moz-appearance:textfield;/* firefox */}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
label {
	vertical-align: middle;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; }
input[type="number"]{-moz-appearance:textfield;/* firefox */}
.clear{
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.over1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.width{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
}
/*公共样式*/

/*共用结构样式*/
/*置顶*/
.zhiding{
	display: block;
	width: 0.72rem;
	height: 0.72rem;
	position: fixed;
	bottom: 6%;
	right: 0;
	border-radius: 0.06rem;
	background: #c31821 url(../mobile/images/zhiding.png) no-repeat center;
	background-size: 90% auto;
	z-index: 90;
}
/*底部*/
footer{
	background: #efefef;
}
footer div.bot{
	font-size: 0.22rem;
	color: #757575;
	text-align: center;
	line-height: 0.38rem;
	padding: 0.3rem;
	border-top: 1px solid #dbdbdb;
}
footer div.top{
	padding: 0.42rem 0.3rem 0.4rem;
	display: flex;
	justify-content: space-between;
}
footer div.top a{
	display: flex;
	width: 1.78rem;
	height: 0.56rem;
	border-radius: 0.04rem;
	background: #c31821;
	justify-content: center;
	align-items: center;
	font-size: 0.24rem;
	color: #fff;
	margin-top: 0.1rem;
	margin-right: 0.34rem;
}
footer div.top a img{
	display: block;
	width: 0.22rem;
	height: auto;
	margin-right: 0.1rem;
}
footer div.top div.left{
	display: block;
	width: auto;
	padding-left: 0.8rem;
	min-height: 0.78rem;
	background: url(../mobile/images/footer_phone.png) no-repeat left center;
	background-size: 0.65rem auto;
}
footer div.top div.left h5{
	font-size: 0.2rem;
	color: #474747;
	margin-bottom: 0.04rem;
	line-height: 0.32rem;
}
footer div.top div.left h2{
	font-size: 0.34rem;
	color: #474747;
	line-height: 0.42rem;
}
/*头部*/
.headerDiv{
	display: block;
	height: 1.02rem;
}
header{
	display: flex;
	height: 1.02rem;
	width: 100%;
	max-width: 750px;
	background: #2c323c;
	padding: 0 0.3rem;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 199;
	align-items: center;
	justify-content: space-between;
}
header a.logo{
	display: flex;
	width: auto;
	height: 0.55rem;
}
.header-swi{
	display: flex;
	width: 0.8rem;
	height: 0.48rem;
	align-items: center;
	justify-content: center;
	font-size: 0.22rem;
	color: #afbcc8;
	text-transform: uppercase;
	margin-right: 0.8rem;
	margin-left: 0.3rem;
}
.header-swi span.active{
	color: #c31821;
	font-weight: bold;
}
.header-login{
	display: flex;
	width: auto;
	max-width: 3.4rem;
	height: 0.48rem;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	right: 2.02rem;
	top: 0.27rem;
}
.login{
	display: flex;
	width: auto;
	height: 0.48rem;
	align-items: center;
	justify-content: flex-end;
}
.header-login>div.active{
	display: none;
}
.login a{
	display: flex;
	width: 1.14rem;
	height: 100%;
	border: 1px solid #6a7783;
	margin-left: 0.12rem;
	justify-content: center;
	align-items: center;
	font-size: 0.22rem;
	color: #afbcc8;
}
.login a:first-child{
	color: #fff;
	background: #c31821;
	border-color: #c31821;
}
.quit{
	display: flex;
	width: auto;
	height: 0.48rem;
	align-items: center;
	justify-content: flex-end;
}
.quit button{
	display: flex;
	width: 1.14rem;
	height: 100%;
	border: 1px solid #6a7783;
	margin-left: 0.12rem;
	justify-content: center;
	align-items: center;
	font-size: 0.22rem;
	color: #afbcc8;
	background: none;
}
.quit a{
	display: flex;
	width: auto;
	padding-left: 0.3rem;
	align-items: center;
	padding-right: 0.18rem;
	font-size: 0.24rem;
	color: #d5d8df;
	background: url(../mobile/images/header_user.png) no-repeat left center;
	background-size: 0.22rem auto;
}
.headerMenu{
	display: flex;
	width: 0.48rem;
	height: 0.48rem;
	position: absolute;
	top: 50%;
	right: 0.28rem;
	transform: translateY(-50%);
	align-items: center;
	justify-content: center;
	padding: 0.04rem;
	cursor: pointer;
}
.headerMenu img{
	display: block;
	width: auto;
	height: auto;
}
.popBg{
	display: none;
	width: 100%;
	height: 100%;
	max-width: 750px;
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 200;
}
/*退出弹窗*/
.quitPop{
	display: none;
	width: 4.6rem;
	height: auto;
	border-radius: 0.1rem;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 230;
	overflow: hidden;
}
.quitPop div.bot{
	height: 0.8rem;
	display: flex;
	width: 100%;
	justify-content: center;
}
.quitPop div.bot button{
	display: block;
	width: 50%;
	height: 100%;
	background: #d5d5d5;
	border: none;
	color: #333;
	font-size: 0.28rem;
}
.quitPop div.bot button:nth-child(2){
	background: #c31821;
	color: #fff;
}
.quitPop div.text{
	padding: 0.6rem 0.3rem;
	text-align: center;
	font-size: 0.28rem;
	color: #333;
	line-height: 0.4rem;
}
/*登录弹窗*/
.loginPop{
	display: none;
	width: 6rem;
	height: auto;
	border-radius: 0.1rem;
	overflow: hidden;
	background: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 201;
}
.loginPop-head{
	display: flex;
	height: 0.94rem;
	border-bottom: 1px solid #dadde0;
	position: relative;
	justify-content: center;
	align-items: center;
	font-size: 0.34rem;
	color: #000000;
}
.loginPop-colse{
	display: block;
	width: 0.8rem;
	height: 100%;
	background: url(../mobile/images/colse1.png) no-repeat center;
	background-size: 0.28rem auto;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.loginPop-in{
	display: block;
	width: 100%;
	padding: 0.2rem 0.4rem;
}
.loginPop-form li h3{
	font-size: 0.26rem;
	color: #000000;
	line-height: 0.52rem;
}
.loginPop-in li input{
	width: 100%;
	height: 0.76rem;
	border-radius: 0.08rem;
	border: 1px solid #dbdbdb;
	padding: 0 0.28rem 0 0.72rem;
	margin-bottom: 0.15rem;
	background-repeat: no-repeat;
	background-size: 0.28rem auto;
	background-position: 0.22rem center;
}
.userPhone{
	background: url(../mobile/images/login_user.png);
}
.userPw{
	background: url(../mobile/images/login_pw.png);
}
.loginPop-in li button{
	display: block;
	width: 100%;
	height: 0.76rem;
	border-radius: 0.08rem;
	border: none;
	background: #c31821;
	color: #fff;
	font-size: 0.26rem;
	margin-top: 0.2rem;
	margin-bottom: 0.18rem;
}
.loginPop-foot{
	display: flex;
	height: 0.74rem;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 0.24rem;
	color: #000000;
}
.loginPop-foot a{
	color: #c31821;
}
/*中英文选择弹窗*/
.englisPop{
	display: none;
	width: 5rem;
	height: auto;
	border-radius: 0.1rem;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 201;
	background: #fff;
}
.englisPop a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 0.96rem;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 0.28rem;
	color: #333;
}
.englisPop a:last-child{
	border: none;
}
/*侧导航*/
.leftNavPop-bg{
	display: none;
	width: 100%;
	max-width: 750px;
	height: calc(100% - 1.02rem);
	background: rgba(0, 0, 0, 0.4);
	position: fixed;
	top: 1.02rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
}
.leftNavPop{
	display: none;
	width: 100%;
	max-width: 750px;
	height: auto;
	max-height: calc(100% - 1.02rem);
	position: fixed;
	top: 1.02rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 198;
	overflow: auto;
}
.leftNavPop>ul>li>a{
	display: block;
	width: 100%;
	height: 1rem;
	border-bottom: 1px solid #e7e7e7;
	font-size: 0.3rem;
	color: #000000;
	line-height: 0.98rem;
	background: #fff;
	position: relative;
	padding: 0 0.9rem 0 0.3rem;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.leftNavPop>ul>li>a span{
	display: flex;
	width: 0.28rem;
	height: 0.28rem;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0.3rem;
	top: 50%;
	transform: translateY(-50%);
}
.leftNavPop>ul>li>a span img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.leftNavPop>ul>li:last-child>a{
	border: none;
}
.leftNavPop>ul>li>ul>li>div{
	display: block;
	width: 100%;
	height: 1rem;
	border-bottom: 1px solid #e1e1e1;
	font-size: 0.28rem;
	color: #282828;
	line-height: 0.98rem;
	background: #f6f6f6;
	position: relative;
	padding: 0 0.3rem 0 0.82rem;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
	position: relative;
}
.leftNavPop>ul>li>ul>li>div span{
	display: flex;
	width: 0.98rem;
	height: 0.98rem;
	padding: 0.31rem;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 19;
}
.leftNavPop>ul>li>ul>li>div>a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0.98rem;
}
.leftNavPop>ul>li>ul>li>div span img{
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.leftNavPop>ul>li>ul>li:last-child>a{
	border: none;
}
.leftNavPop>ul>li>ul>li>ul>li{
	display: flex;
	width: 100%;
	height: 0.9rem;
	align-items: center;
	padding: 0 0.3rem 0 0.82rem;
	font-size: 0.26rem;
	color: #474747;
	background: #ececec;
	border-bottom: 1px solid #dbdbdb;
}
.leftNavPop>ul>li>ul>li>ul>li span{
	display: flex;
	width: auto;
	height: 0.9rem;
	align-items: center;
	margin-left: 0.1rem;
}
.leftNavPop>ul>li>ul>li>ul>li a{
	line-height: 0.9rem;
	display:block;
	width: auto;
}
.leftNavPop>ul>li>ul>li>ul>li>a p{
	max-width: 5.3rem;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.leftNavPop>ul>li>ul>li>ul>li>a img{
	min-height: 0.3rem;
	margin-left: 0.06rem;
	display: block;
}
.leftNavPop>ul>li>ul>li>ul>li:last-child>a{
	border: none;
}
.leftNavPop>ul>li>ul{
	display: none;
}
.leftNavPop>ul>li>ul>li>ul{
	display: none;
}
/*右侧悬浮*/
.rightNav{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 1.7rem;
	position: fixed;
	bottom: 20%;
	right: 0.1rem;
	z-index: 91;
}
.rightNav-footer{
	display: block;
	width: 0.64rem;
	height: 0.64rem;
	background-image: url(../mobile/images/shouqi.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: fixed;
	bottom: 14%;
	right: 0.1rem;
}
.rightFlex{
	display: block;
	/*position: fixed;
	right: 0.2rem;
	top: 48%;
	transform: translateY(-50%);*/
	z-index: 90;
	width: auto;
	position: relative;
}
.rightFlex>a{
	display: block;
	width: 0.96rem;
	height: 0.96rem;
	border-radius: 0.06rem;
	background: #c31821;
	margin-bottom: 0.14rem;
	position: relative;
	text-align: center;
	font-size: 0.2rem;
	color: #fff;
	line-height: 0.32rem;
}
.rightFlex>a span{
	display: flex;
	width: 100%;
	height: 0.54rem;
	align-items: center;
	justify-content: center;
	padding: 0.12rem 0 0.04rem;
}
.rightFlex>a span img{
	display: block;
	max-height: auto;
	max-width: 0.48rem;
}
.rightFlex-but{
	display: block;
	width: 0.96rem;
	height: 0.98rem;
	border-radius: 0.06rem;
	background: #c31821;
	position: relative;
	text-align: center;
	font-size: 0.24rem;
	color: #fff;
	line-height: 0.32rem;
	cursor: pointer;
}
.rightFlex-but>span{
	display: flex;
	width: 100%;
	height: 0.54rem;
	align-items: center;
	justify-content: center;
	padding: 0.15rem 0 0.04rem;
}
.rightFlex-but>span img{
	display: block;
	max-height: auto;
	max-width: 0.48rem;
}
.rightFlex-in{
	display: none;
	width: auto;
	background: #fff;
	border-radius: 0.08rem;
	position: absolute;
	top: 0;
	right: 1.16rem;
	border: 1px solid #dadada;
	padding: 0 0.24rem;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.rightFlex-in a{
	display: block;
	text-align: center;
	font-size: 0.28rem;
	color: #252525;
	line-height: 0.4rem;
	border-bottom: 1px solid #dadada;
	padding: 0.24rem 0.1rem 0.2rem;
}
.rightFlex-in a:last-child{
	border: none;
}
.rightFlex-in a h3{
	font-size: 0.34rem;
}
.rightFlex-in a span{
	display: flex;
	width: 0.48rem;
	height: 0.48rem;
	margin: 0 auto 0.06rem;
}
.rightFlex-in::after{
	display: block;
	content: "";
	width: 0.12rem;
	height: 0.2rem;
	background: url(../mobile/images/sanjiao_03.jpg) no-repeat center;
	background-size: 100%;
	position: absolute;
	right: -0.12rem;
	top: 0.36rem;
}
.rightFlex-ewm{
	display: block;
	width: 1.7rem;
	height: 1.9rem;
	border-radius: 0.08rem;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
	/*position: fixed;
	top: 54%;
	right: 0.2rem;
	transform: translateY(-50%);*/
	position: relative;
	/*margin-top: 2.12rem;*/
	padding: 0.2rem 0.24rem 0;
	font-size: 0.2rem;
	color: #212121;
	line-height: 0.36rem;
	text-align: center;
	z-index: 90;
}
.rightFlex-ewm span{
	display: block;
	width: 100%;
	height: 1.2rem;
	overflow: hidden;
	margin: 0 auto 0.05rem;
	text-align: center;
}
.rightFlex-ewm-colse{
	display: block;
	width: 0.36rem;
	height: 0.36rem;
	position: absolute;
	top: -0.15rem;
	right: -0.15rem;
}


::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}
/*公共样式*/
/*@media screen and (min-width:750px){
	html,body{
		font-size: 100px !important;
		margin: 0 auto;
		max-width: 750px;
	}
}*/
}

